home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- cursor(-1)
- repeat with x = 5 to 16
- puppetSprite(x, 0)
- end repeat
- updateStage()
- go("rebajada")
- set the fileName of window "shop" to the pathName & "shop\shop"
- set the windowType of window "shop" to 2
- set the modal of window "shop" to 1
- set the rect of window "shop" to the rect of the stage + rect(70, 40, -70, -40)
- open(window "shop")
- end
-